home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earcd / haage&partner / stormc / patch12 / stc2_patch_12.readme < prev    next >
Text File  |  1998-04-09  |  2KB  |  95 lines

  1. HAAGE&PARTNER Computer GmbH
  2. Mainzer  Straße 10A
  3. 61191 Rosbach
  4. Germany
  5.  
  6. Tel: +49 (0) 6007 - 93 00 50
  7. FAX: +49 (0) 6007 - 75 43
  8.  
  9. Internet: storm-support@haage-partner.com
  10.  
  11. Homepage: http://www.haage-partner.com
  12.  
  13.  
  14. Dear StormC customer,
  15.  
  16. enclosed you will find a patch program to update
  17. StormC version 2.00.23 (08.15.97) to the current release
  18. 2.00.32 (02.11.98).
  19.  
  20. The process is started by a double click on the icon
  21.  
  22. StormC-v2.00.32.ptch
  23.  
  24. Please take note that the old version of StormC must be in the drawer
  25.  
  26. StormC:StormSYS
  27.  
  28.  
  29. Best wishes
  30.  
  31. HAAGE&PARTNER Support Team
  32.  
  33.  
  34.  
  35. History of StormC
  36. ============================
  37.  
  38. 29.09.97 (2.00.25)
  39.  
  40.   Bug fix on Off-by-one error while loading arguments for arithmetic
  41.   library funktions. It occured when an argument for a 32 bit multiplication
  42.   or division on a MC68000 was loaded by a pointer in a0.
  43.  
  44. 08.10.97 (2.00.26)
  45.  
  46.   The logic NOT "!" with source and target type double/float generated
  47.   bad code on optimisation level 5 (PPC and 68k w/ FPU)
  48.  
  49. 11.10.97
  50.  
  51.   When assigning a value of a function call (w/ result of type class) to
  52.   a class object the temporary object was deleted although the class had
  53.   a con/destructor.
  54.  
  55. 09.11.97 (V 2.00.29)
  56.  
  57.   Listen-Initialisierungen für Bitfelder funktionierten überhaupt nicht
  58.  
  59. 13.12.97
  60.  
  61.   Fixed another optimisation bug. It only occured when assembler output
  62.   and a debug file were created.
  63.  
  64. 11.01.98 (Release 30)
  65. 24.01.98
  66.  
  67.   Fixed bug on accessing big structures with operations +=, |= etc.
  68.   Was found during portation of MESA.
  69.  
  70. 25.01.98 (Release 31)
  71.  
  72.   Fixed bug on initilisation of arrays. In some cases this caused an
  73.   Enforcer error (Word Read on 0).
  74.  
  75. 08.02.98
  76.  
  77.   Type conversion enum -> double could only be done by int cast.
  78.  
  79.   When an exception within a construtor the basic classes and members that
  80.   were already created before that were not destructed.
  81.   (Report Jochen 02.02.98)
  82.  
  83. 10.02.98
  84.  
  85.   After a class has been created virtual funktions of that class could
  86.   no longer be declared as "inline" any more although they were not called
  87.   (error message: "inline used after definition or use of function.")
  88.  
  89.   The linker names of VMT's of templet classes for all derived classes of
  90.   a template were identical, so wrong virtual functions were called in
  91.   template classes.
  92.   (Report Jochen 10.02.98)
  93.  
  94.  
  95.